SIGINT
From Cppreference
| C++ Standard Library | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||
| Utilities library | ||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||
| Program support utilities | ||||||||||||||||||||||||||||||||||||||||||
| Template:cpp/utility/program/sidebar content | ||||||||||||||||||||||||||||||||||||||||||
| Defined in header
<csignal> | ||
| #define SIGINT /*implementation defined*/
| ||
The SIGINT macro expands into an integral expression, defining a signal number. This signal represents external interrupt, usually initiated by the user.
See also
| sets a signal handler for particular signal (function) | |
| runs the signal handler for particular signal (function) | |